home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFERROR / TFERROR.txt < prev   
Text File  |  2006-04-19  |  4KB  |  203 lines

  1. object fError: TfError
  2.   Left = 330
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 302
  6.   ClientWidth = 490
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblLostInfo: TLabel
  22.     Left = 11
  23.     Top = 96
  24.     Width = 48
  25.     Height = 13
  26.     Caption = 'lblLostInfo'
  27.   end
  28.   object lblTell: TLabel
  29.     Left = 8
  30.     Top = 152
  31.     Width = 35
  32.     Height = 13
  33.     Caption = 'lblTell'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object lblReport: TLabel
  42.     Left = 11
  43.     Top = 176
  44.     Width = 42
  45.     Height = 13
  46.     Caption = 'lblReport'
  47.   end
  48.   object lblTreat: TLabel
  49.     Left = 11
  50.     Top = 190
  51.     Width = 35
  52.     Height = 13
  53.     Caption = 'lblTreat'
  54.   end
  55.   object lblData: TLabel
  56.     Left = 11
  57.     Top = 204
  58.     Width = 33
  59.     Height = 13
  60.     Caption = 'lblData'
  61.   end
  62.   object lblDataClick: TLabel
  63.     Left = 88
  64.     Top = 204
  65.     Width = 60
  66.     Height = 13
  67.     Cursor = crHandPoint
  68.     Caption = 'LblDataClick'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clBlue
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsUnderline]
  74.     ParentFont = False
  75.     OnClick = lblDataClickClick
  76.   end
  77.   object lblContact: TLabel
  78.     Left = 11
  79.     Top = 224
  80.     Width = 47
  81.     Height = 13
  82.     Caption = 'lblContact'
  83.   end
  84.   object lblChoose: TLabel
  85.     Left = 11
  86.     Top = 238
  87.     Width = 46
  88.     Height = 13
  89.     Caption = 'lblChoose'
  90.   end
  91.   object btnSend: TButton
  92.     Left = 284
  93.     Top = 269
  94.     Width = 106
  95.     Height = 25
  96.     Caption = 'btnSend'
  97.     ModalResult = 6
  98.     TabOrder = 0
  99.     OnClick = btnSendClick
  100.   end
  101.   object btnNoSend: TButton
  102.     Left = 399
  103.     Top = 269
  104.     Width = 84
  105.     Height = 25
  106.     Caption = 'btnNoSend'
  107.     ModalResult = 7
  108.     TabOrder = 1
  109.   end
  110.   object Panel: TPanel
  111.     Left = 0
  112.     Top = 0
  113.     Width = 490
  114.     Height = 65
  115.     Align = alTop
  116.     BevelInner = bvRaised
  117.     BevelOuter = bvLowered
  118.     Color = clWhite
  119.     TabOrder = 7
  120.     object lblEncounter: TLabel
  121.       Left = 29
  122.       Top = 12
  123.       Width = 72
  124.       Height = 13
  125.       Caption = 'lblEncounter'
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clWindowText
  128.       Font.Height = -11
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = [fsBold]
  131.       ParentFont = False
  132.     end
  133.     object Image1: TImage
  134.       Left = 440
  135.       Top = 16
  136.       Width = 32
  137.       Height = 32
  138.       AutoSize = True
  139.       Picture.Data = {<image000.ico>}
  140.     end
  141.     object lblSorry: TLabel
  142.       Left = 29
  143.       Top = 29
  144.       Width = 43
  145.       Height = 13
  146.       Caption = 'lblSorry'
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clWindowText
  149.       Font.Height = -11
  150.       Font.Name = 'MS Sans Serif'
  151.       Font.Style = [fsBold]
  152.       ParentFont = False
  153.     end
  154.   end
  155.   object rbAnonymous: TRadioButton
  156.     Left = 8
  157.     Top = 256
  158.     Width = 113
  159.     Height = 17
  160.     Caption = 'rbAnonymous'
  161.     Checked = True
  162.     TabOrder = 4
  163.     TabStop = True
  164.     OnClick = rbAnonymousClick
  165.   end
  166.   object rbEMail: TRadioButton
  167.     Left = 8
  168.     Top = 274
  169.     Width = 97
  170.     Height = 17
  171.     Caption = 'rbEmail'
  172.     TabOrder = 5
  173.     OnClick = rbEMailClick
  174.   end
  175.   object cbxClose: TCheckBox
  176.     Left = 8
  177.     Top = 120
  178.     Width = 208
  179.     Height = 17
  180.     Caption = 'cbxClose'
  181.     Checked = True
  182.     State = cbChecked
  183.     TabOrder = 2
  184.   end
  185.   object edEMail: TComboBox
  186.     Left = 112
  187.     Top = 272
  188.     Width = 161
  189.     Height = 21
  190.     Enabled = False
  191.     ItemHeight = 0
  192.     TabOrder = 6
  193.   end
  194.   object chkRestart: TCheckBox
  195.     Left = 225
  196.     Top = 120
  197.     Width = 241
  198.     Height = 17
  199.     Caption = 'chkRestart'
  200.     TabOrder = 3
  201.   end
  202. end
  203.